home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Bus / C / Commander Demo / Commander Demo.rsrc / TEXT_5012_ALL RECORDS.txt < prev    next >
Encoding:
Text File  |  1993-09-07  |  649 b   |  17 lines

  1. ALL¬†RECORDS ({file})
  2.                                                                                     Pg 40-6
  3.  
  4. file       File     File for which to select all records
  5.  
  6.  
  7. ALL RECORDS selects all the records of file for the process in which it is executed. ALL RECORDS makes the first record the current record and loads the record from disk. ALL RECORDS returns the records to the default record order.
  8.  
  9.  
  10. The following example displays all the People records in the database:
  11.  
  12. ALL RECORDS([People])                ` Select all the records in the file
  13. DISPLAY SELECTION ([People])    ` Display records in output layout
  14.  
  15.  
  16.  
  17. See also: DISPLAY¬†SELECTION